MapReportSettingsOrBuilder

interface MapReportSettingsOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getPositionPrecision(): Int

Bits of precision for the location sent (default of 32 is full precision).
uint32 position_precision = 2;
Link copied to clipboard
abstract fun getPublishIntervalSecs(): Int

How often we should report our info to the map (in seconds)
uint32 publish_interval_secs = 1;
Link copied to clipboard

Whether we have opted-in to report our location to the map
bool should_report_location = 3;